Previous Book Contents Book Index Next

Inside Macintosh: Mac OS 8 Toolbox Reference /
Chapter 5 - Menu Manager Reference / Menu Manager Functions
Manipulating and Accessing Menu Item Characteristics /


GetMenuItemFontID

NEW WITH THE APPEARANCE MANAGER

Gets a menu item's font ID.

pascal OSErr GetMenuItemFontID (
                     MenuHandle inMenu,
                     SInt16 inItem,
                     SInt16* outFontID);
inMenu
The handle to the menu structure of the menu item for which you wish to get a font ID.
inItem
An integer representing the item number of the menu item for which you wish to get a font ID.
outFontID
On output, a pointer to an integer representing the font ID for the menu item.
function result
A result code; see "Result Codes".
SEE ALSO
"Appearance Manager Gestalt Selector Constants".

SetMenuItemFontID.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
8 JAN 1998